reflect.rtype.FieldByNameFunc (method, view implemented interface methods)

2 uses

	reflect (current package)
		type.go#L736: func (t *rtype) FieldByNameFunc(match func(string) bool) (StructField, bool) {
		value.go#L1367: 	if f, ok := toRType(v.typ()).FieldByNameFunc(match); ok {